home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / c / C_V43_DT.lha / c_dt / dt_source / smakefile < prev    next >
Makefile  |  1996-10-25  |  408b  |  19 lines

  1. samplePNM.datatype: StartUp.o LibInit.o libfuncs.o
  2.  
  3.              SLINK WITH smakefile.wth
  4.              Copy /devs/datatypes devs:datatypes all
  5.              Copy samplePNM.datatype /classes/Datatypes
  6.              Copy samplePNM.datatype SYS:Classes/Datatypes
  7.  
  8. StartUp.o: StartUp.c
  9.  
  10.              SC StartUp.c
  11.  
  12. LibInit.o: LibInit.c
  13.  
  14.              SC LibInit.c
  15.  
  16. libfuncs.o: libfuncs.c
  17.  
  18.              SC libfuncs.c
  19.